object dConfigName: TdConfigName Left = 470 Top = 314 BorderStyle = bsDialog Caption = 'Saving configuration...' ClientHeight = 137 ClientWidth = 362 Color = clBtnFace ParentFont = True KeyPreview = True OldCreateOrder = True Position = poScreenCenter OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object Bevel1: TBevel Left = 8 Top = 8 Width = 345 Height = 81 Shape = bsFrame end object Label1: TLabel Left = 24 Top = 24 Width = 242 Height = 13 Caption = 'Please specify a name for the current configuration:' end object CancelBtn: TButton Left = 182 Top = 100 Width = 75 Height = 25 Cancel = True Caption = 'Cancel' ModalResult = 2 TabOrder = 0 end object OKBtn: TButton Left = 102 Top = 100 Width = 75 Height = 25 Caption = 'OK' Default = True ModalResult = 1 TabOrder = 1 OnClick = OKBtnClick end object edName: TEdit Left = 24 Top = 48 Width = 313 Height = 21 TabOrder = 2 end end